.icon-arrow-animation {
    animation: moveLeftRight !important;
    animation-duration: 0.7s !important;
    animation-timing-function: ease !important;
    animation-direction: alternate !important;
    animation-fill-mode: both !important;
    transition: all .3s ease !important;
    animation-iteration-count: infinite !important;
}

.anchor-tag-hover {
    transform: scale(1.02) !important;
}